Compare commits
12 Commits
main
...
8c977a3e58
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c977a3e58 | |||
| f204d72850 | |||
| 5c3bfa56b0 | |||
| b15eaec8be | |||
| 8a35e51d21 | |||
| 9dfff400de | |||
| 70777c9f80 | |||
| 9054a9d80f | |||
| 97afe595fb | |||
| 58b24176ab | |||
| c9f5dcd642 | |||
| 7891ff172f |
876
PlayerScript.gd
876
PlayerScript.gd
File diff suppressed because it is too large
Load Diff
@@ -10,9 +10,9 @@ config_version=5
|
|||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="MazeAlgoWithOrientation"
|
config/name="Project Forum Sim"
|
||||||
run/main_scene="res://main.tscn"
|
run/main_scene="res://main.tscn"
|
||||||
config/features=PackedStringArray("4.2", "GL Compatibility")
|
config/features=PackedStringArray("4.3", "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://crkasykc6x5i" path="res://Jump (32x32).png" id="1_ul47s"]
|
[ext_resource type="Texture2D" uid="uid://q4fvqt4hhr86" 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