[gd_scene load_steps=6 format=2] [ext_resource path="res://fonts/selftest.tres" type="DynamicFont" id=1] [ext_resource path="res://fonts/about.tres" type="DynamicFont" id=2] [ext_resource path="res://backgounds/wip.gd" type="Script" id=3] [ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=4] [ext_resource path="res://backgounds/Midori No Akuma.jpg" type="Texture" id=5] [node name="WIP" type="Node2D"] script = ExtResource( 3 ) [node name="TextureRect" type="TextureRect" parent="."] margin_right = 40.0 margin_bottom = 40.0 texture = ExtResource( 5 ) [node name="Label" type="Label" parent="."] margin_left = 23.0 margin_top = 11.0 margin_right = 1250.0 margin_bottom = 144.0 custom_fonts/font = ExtResource( 2 ) text = "TEXT_WIP" align = 1 [node name="Label2" type="Label" parent="."] margin_top = 326.0 margin_right = 1280.0 margin_bottom = 394.0 rect_pivot_offset = Vector2( 1260, 141 ) custom_fonts/font = ExtResource( 1 ) text = "TEXT_CONTINUE" align = 1 valign = 3 [node name="Bottomhud" parent="." instance=ExtResource( 4 )]