mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
game scene
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
[gd_scene format=3 uid="uid://cys06pnxfjl2m"]
|
[gd_scene load_steps=3 format=3 uid="uid://cys06pnxfjl2m"]
|
||||||
|
|
||||||
|
[ext_resource type="Texture2D" uid="uid://b8rsm7uapp583" path="res://undefined - Imgur (1).png" id="1_cb7ct"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://44lfs83sax35" path="res://undefined - Imgur.png" id="2_udann"]
|
||||||
|
|
||||||
[node name="Control" type="Control"]
|
[node name="Control" type="Control"]
|
||||||
layout_mode = 3
|
layout_mode = 3
|
||||||
@@ -17,3 +20,28 @@ anchor_right = 0.5
|
|||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
|
||||||
|
[node name="VSlider" type="VSlider" parent="."]
|
||||||
|
anchors_preset = 13
|
||||||
|
anchor_left = 0.5
|
||||||
|
anchor_right = 0.5
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
offset_left = -16.0
|
||||||
|
grow_horizontal = 2
|
||||||
|
grow_vertical = 2
|
||||||
|
theme_override_icons/grabber_disabled = ExtResource("1_cb7ct")
|
||||||
|
editable = false
|
||||||
|
scrollable = false
|
||||||
|
|
||||||
|
[node name="VSlider2" type="VSlider" parent="."]
|
||||||
|
anchors_preset = 13
|
||||||
|
anchor_left = 0.5
|
||||||
|
anchor_right = 0.5
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
offset_left = 16.0
|
||||||
|
offset_right = 32.0
|
||||||
|
grow_horizontal = 2
|
||||||
|
grow_vertical = 2
|
||||||
|
theme_override_icons/grabber_disabled = ExtResource("2_udann")
|
||||||
|
editable = false
|
||||||
|
scrollable = false
|
||||||
|
|||||||
@@ -25,6 +25,6 @@ mesh = SubResource("BoxMesh_ognqx")
|
|||||||
shape = SubResource("ConcavePolygonShape3D_p3d4e")
|
shape = SubResource("ConcavePolygonShape3D_p3d4e")
|
||||||
|
|
||||||
[node name="CharacterBody3D" parent="." instance=ExtResource("3_in6up")]
|
[node name="CharacterBody3D" parent="." instance=ExtResource("3_in6up")]
|
||||||
transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, 0, 0, 0)
|
transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, 0, 2, 0)
|
||||||
|
|
||||||
[node name="Cannon2" parent="." instance=ExtResource("2_71mfj")]
|
[node name="Cannon2" parent="." instance=ExtResource("2_71mfj")]
|
||||||
|
|||||||
Reference in New Issue
Block a user