Basic client that understands factions
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://art/entities/player/dev_player.png" type="Texture" id=1]
|
||||
[ext_resource path="res://art/entities/player/dev/dev_player_1.png" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/entities/Player.gd" type="Script" id=2]
|
||||
|
||||
[node name="Player" type="KinematicBody2D"]
|
||||
|
@ -1,6 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://art/entities/player/dev_player.png" type="Texture" id=1]
|
||||
[ext_resource path="res://art/entities/player/dev/dev_player_1.png" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/entities/PlayerPuppet.gd" type="Script" id=2]
|
||||
|
||||
[node name="PlayerPuppet" type="Sprite"]
|
||||
texture = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
|
Reference in New Issue
Block a user