Initial commit
This commit is contained in:
commit
a2164dca72
20 changed files with 294 additions and 0 deletions
10
scenes/2d_world.tscn
Normal file
10
scenes/2d_world.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://u7thalwj5742"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b7du4vul4bmpq" path="res://scenes/player_platform.tscn" id="1_4ia00"]
|
||||
|
||||
[node name="2D World" type="Node2D"]
|
||||
|
||||
[node name="PlayerPlatform" parent="." instance=ExtResource("1_4ia00")]
|
||||
position = Vector2(17, 17)
|
||||
use_kinematic_bodies = true
|
||||
navigation_enabled = false
|
Loading…
Add table
Add a link
Reference in a new issue