Cube & Scoring Logic Part 1
This commit is contained in:
@@ -11,6 +11,7 @@ UseNativeDisplaySize = true
|
||||
|
||||
[node name="Node2D" parent="." instance=ExtResource("3_66313")]
|
||||
position = Vector2(409, 323)
|
||||
scale = Vector2(3.385, 3.385)
|
||||
cursor_path = NodePath("../Cursor")
|
||||
|
||||
[node name="Node2D2" parent="." instance=ExtResource("3_66313")]
|
||||
@@ -18,7 +19,7 @@ position = Vector2(625, 528)
|
||||
rotation = 0.60511
|
||||
|
||||
[node name="Cursor" parent="." instance=ExtResource("1_rkps0")]
|
||||
position = Vector2(263, 291)
|
||||
position = Vector2(162, 227)
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
script = ExtResource("1_85h15")
|
||||
@@ -36,6 +37,10 @@ size_flags_vertical = 8
|
||||
layout_mode = 2
|
||||
text = "Info?"
|
||||
|
||||
[node name="Resolution" type="Label" parent="CanvasLayer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Info?"
|
||||
|
||||
[node name="Fps" type="Label" parent="CanvasLayer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "FPS : "
|
||||
|
||||
Reference in New Issue
Block a user