working with level changes and money deposits

This commit is contained in:
Derek
2025-02-23 14:17:36 -06:00
parent 3ee1f261d1
commit fd2a32dde9
16 changed files with 178 additions and 68 deletions

31
assets/deposit_money.tscn Normal file
View File

@@ -0,0 +1,31 @@
[gd_scene load_steps=5 format=3 uid="uid://bvjrsc86n2ak0"]
[ext_resource type="Script" path="res://scripts/deposit_money.gd" id="1_b77vt"]
[ext_resource type="FontFile" uid="uid://d2h2tjhxiv5wo" path="res://assets/fonts/White On Black.ttf" id="1_bjyml"]
[sub_resource type="BoxShape3D" id="BoxShape3D_8clsv"]
[sub_resource type="BoxMesh" id="BoxMesh_6sj7f"]
[node name="DEPOSIT MONEY" type="StaticBody3D"]
collision_layer = 3
collision_mask = 3
script = ExtResource("1_b77vt")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_8clsv")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_6sj7f")
[node name="Deposit Money" type="Label3D" parent="."]
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0.143, 1.207, 0)
text = "Deposit Money"
font = ExtResource("1_bjyml")
font_size = 100
[node name="Amount" type="Label3D" parent="."]
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0.142793, 0.747273, 0)
text = "Test"
font = ExtResource("1_bjyml")
font_size = 100