Basic Projektdateien
This commit is contained in:
9
sidescroller/scenes/world.tscn1742165030.tmp
Normal file
9
sidescroller/scenes/world.tscn1742165030.tmp
Normal file
@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://21dnwl0rfjcd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c3w3n7ysd02bd" path="res://Scenes/Player.tscn" id="1_go701"]
|
||||
[ext_resource type="Script" uid="uid://d2jx8gdq5o5d7" path="res://Scripts/player.gd" id="2_5a7ea"]
|
||||
|
||||
[node name="World" type="Node2D"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("1_go701")]
|
||||
script = ExtResource("2_5a7ea")
|
||||
Reference in New Issue
Block a user