2D multiplayer platformer using Godot Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 lines
502 B

[gd_scene load_steps=4 format=2]
[ext_resource path="res://scene/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/CreativeBuilding.cs" type="Script" id=2]
[ext_resource path="res://src/LocalPlayer.cs" type="Script" id=3]
[node name="LocalPlayer" instance=ExtResource( 1 )]
script = ExtResource( 3 )
[node name="Camera" type="Camera2D" parent="." index="3"]
pause_mode = 2
current = true
[node name="CreativeBuilding" type="Node2D" parent="." index="4"]
script = ExtResource( 2 )