First full commit version. Original Files
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cbr07t8yywuw1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://nukdepwpc0wc" path="res://scenes/0-1.gd" id="1_2wdfq"]
|
||||
[ext_resource type="FontFile" uid="uid://bcf7oh6t3psng" path="res://assets/fonts/ADVERT_0.TTF" id="2_d5f1o"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqiqtd2tc5my2" path="res://scenes/cat_star.tscn" id="3_8vnhg"]
|
||||
|
||||
[node name="0-1" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_2wdfq")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0, 0, 0, 1)
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 14
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.5
|
||||
offset_top = -59.5
|
||||
offset_bottom = 59.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_fonts/font = ExtResource("2_d5f1o")
|
||||
theme_override_font_sizes/font_size = 48
|
||||
text = "Level 1"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="CharacterBody2D_level" parent="." instance=ExtResource("3_8vnhg")]
|
||||
z_index = 10
|
||||
position = Vector2(640, 240)
|
||||
script = null
|
||||
Reference in New Issue
Block a user