Compare commits
3 Commits
b15eaec8be
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ca9503334 | ||
|
|
68df60344a | ||
| 03b670c5c4 |
1013
PlayerScript.gd
1013
PlayerScript.gd
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,9 @@ config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Project Forum Sim"
|
||||
config/name="MazeAlgoWithOrientation"
|
||||
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"
|
||||
|
||||
[rendering]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[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"]
|
||||
size = Vector2(33, 52)
|
||||
|
||||
Reference in New Issue
Block a user