rename
This commit is contained in:
parent
c074d5b826
commit
1e3b3df3cf
11 changed files with 94 additions and 96 deletions
41
gmtk_2024/levels/LevelBase.tscn
Normal file
41
gmtk_2024/levels/LevelBase.tscn
Normal file
|
@ -0,0 +1,41 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://ba6afuig8bqrg"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://snxpqx0ony7s" path="res://objects/Player.tscn" id="1_prjlb"]
|
||||
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://objects/CRT.tscn" id="2_mxtem"]
|
||||
|
||||
[node name="LevelBase" type="Node"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("1_prjlb")]
|
||||
|
||||
[node name="CanvasLayer" parent="." instance=ExtResource("2_mxtem")]
|
||||
|
||||
[node name="UILayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="UI" type="Control" parent="UILayer"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="UILayer/UI"]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="ScaleUp" type="Button" parent="UILayer/UI/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Scale up
|
||||
"
|
||||
|
||||
[node name="ScaleDown" type="Button" parent="UILayer/UI/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Scale down
|
||||
"
|
||||
|
||||
[node name="Mirror" type="Button" parent="UILayer/UI/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Mirror"
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
28
gmtk_2024/levels/TestingField.tscn
Normal file
28
gmtk_2024/levels/TestingField.tscn
Normal file
|
@ -0,0 +1,28 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ctc0arg3efa5k"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://ba6afuig8bqrg" path="res://levels/LevelBase.tscn" id="1_ad6qp"]
|
||||
[ext_resource type="Texture2D" uid="uid://cyealb63c8uqg" path="res://temp_assets/background_commision.png" id="2_mirhn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsu1bvlb0s8dp" path="res://temp_assets/Screenshot (1).png" id="3_ocraj"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qjpxi"]
|
||||
size = Vector2(1928.3, 529.623)
|
||||
|
||||
[node name="LevelBase" instance=ExtResource("1_ad6qp")]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." index="1"]
|
||||
z_index = -1
|
||||
texture = ExtResource("2_mirhn")
|
||||
|
||||
[node name="Ground" type="Sprite2D" parent="." index="2"]
|
||||
position = Vector2(38, 807)
|
||||
scale = Vector2(1.06, 1.06)
|
||||
texture = ExtResource("3_ocraj")
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="Ground" index="0"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D" index="0"]
|
||||
position = Vector2(1.88681, -274.811)
|
||||
shape = SubResource("RectangleShape2D_qjpxi")
|
||||
|
||||
[node name="Button" parent="UI" index="0"]
|
||||
text = "ifjgoidfjgoidfjgoidfjigdf"
|
|
@ -1,34 +0,0 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://o8wdfgnlp0ud"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://snxpqx0ony7s" path="res://player.tscn" id="1_nvifn"]
|
||||
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://canvas_layer.tscn" id="2_1gnwx"]
|
||||
[ext_resource type="Texture2D" uid="uid://cyealb63c8uqg" path="res://temp_assets/background_commision.png" id="2_qherw"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsu1bvlb0s8dp" path="res://temp_assets/Screenshot (1).png" id="3_es5ys"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dqhmf"]
|
||||
size = Vector2(1928.3, 529.623)
|
||||
|
||||
[node name="TestingRoom" type="Node2D"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("1_nvifn")]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
z_index = -1
|
||||
texture = ExtResource("2_qherw")
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
scale = Vector2(1e-05, 1e-05)
|
||||
|
||||
[node name="Ground" type="Sprite2D" parent="."]
|
||||
position = Vector2(38, 807)
|
||||
scale = Vector2(1.06, 1.06)
|
||||
texture = ExtResource("3_es5ys")
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="Ground"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D"]
|
||||
position = Vector2(1.88681, -274.811)
|
||||
shape = SubResource("RectangleShape2D_dqhmf")
|
||||
|
||||
[node name="CanvasLayer" parent="." instance=ExtResource("2_1gnwx")]
|
Loading…
Add table
Add a link
Reference in a new issue