working with level changes and money deposits
This commit is contained in:
31
assets/deposit_money.tscn
Normal file
31
assets/deposit_money.tscn
Normal 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
|
||||
Reference in New Issue
Block a user