game scene

This commit is contained in:
2022-12-10 13:04:31 +01:00
parent ecc68b73d4
commit 7d8127e151
2 changed files with 30 additions and 2 deletions

View File

@@ -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"]
layout_mode = 3
@@ -17,3 +20,28 @@ anchor_right = 0.5
anchor_bottom = 1.0
grow_horizontal = 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

View File

@@ -25,6 +25,6 @@ mesh = SubResource("BoxMesh_ognqx")
shape = SubResource("ConcavePolygonShape3D_p3d4e")
[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")]