platformer-game-test/src/GameWorld/GameWorld.tscn

29 lines
887 B
Plaintext

[gd_scene load_steps=6 format=2]
[ext_resource path="res://src/HUD/HUD.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/GameWorld/PreGame.tscn" type="PackedScene" id=2]
[ext_resource path="res://src/Actors/Player.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/GameWorld/GameWorld.gd" type="Script" id=5]
[ext_resource path="res://src/GameWorld/AmbiantLighting.tscn" type="PackedScene" id=10]
[node name="GameWorld" type="Node2D"]
script = ExtResource( 5 )
[node name="HUD" parent="." instance=ExtResource( 1 )]
layer = 2
[node name="PreGame" parent="." instance=ExtResource( 2 )]
[node name="Player" parent="." instance=ExtResource( 3 )]
position = Vector2( 73, 222 )
abilities = {
"attack": true,
"dash": true,
"light_beam": true,
"wall_jump": true
}
[node name="AmbiantLighting" parent="." instance=ExtResource( 10 )]
[editable path="AmbiantLighting"]