Compare commits
3 Commits
5c3bfa56b0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ca9503334 | ||
|
|
68df60344a | ||
| 03b670c5c4 |
974
PlayerScript.gd
974
PlayerScript.gd
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,9 @@ config_version=5
|
|||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Project Forum Sim"
|
config/name="MazeAlgoWithOrientation"
|
||||||
run/main_scene="res://main.tscn"
|
run/main_scene="res://main.tscn"
|
||||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
config/features=PackedStringArray("4.2", "GL Compatibility")
|
||||||
config/icon="res://icon.svg"
|
config/icon="res://icon.svg"
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=3 format=3 uid="uid://bcuo3byxygxyi"]
|
[gd_scene load_steps=3 format=3 uid="uid://bcuo3byxygxyi"]
|
||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://q4fvqt4hhr86" path="res://Jump (32x32).png" id="1_ul47s"]
|
[ext_resource type="Texture2D" uid="uid://crkasykc6x5i" path="res://Jump (32x32).png" id="1_ul47s"]
|
||||||
|
|
||||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yoddx"]
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yoddx"]
|
||||||
size = Vector2(33, 52)
|
size = Vector2(33, 52)
|
||||||
|
|||||||
Reference in New Issue
Block a user