First full commit version. Original Files
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b2hruko3q537q"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://lp6t80o67tv6" path="res://scenes/1-2.gd" id="1_51ipv"]
|
||||
[ext_resource type="FontFile" uid="uid://bcf7oh6t3psng" path="res://assets/fonts/ADVERT_0.TTF" id="2_wrs78"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqiqtd2tc5my2" path="res://scenes/cat_star.tscn" id="3_7pdee"]
|
||||
|
||||
[node name="1-2" 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_51ipv")
|
||||
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="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 14
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.5
|
||||
offset_top = -29.0
|
||||
offset_bottom = 29.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_fonts/font = ExtResource("2_wrs78")
|
||||
theme_override_font_sizes/font_size = 48
|
||||
text = "Level 2"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="CharacterBody2D_level" parent="." instance=ExtResource("3_7pdee")]
|
||||
visible = false
|
||||
z_index = 10
|
||||
position = Vector2(590, 240)
|
||||
script = null
|
||||
|
||||
[node name="CharacterBody2D_level2" parent="." instance=ExtResource("3_7pdee")]
|
||||
visible = false
|
||||
z_index = 10
|
||||
position = Vector2(690, 240)
|
||||
script = null
|
||||
Reference in New Issue
Block a user