-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #148: Change the Pawns' animated character based on the party m…
…embers
- Loading branch information
1 parent
5ac082a
commit f2326e2
Showing
6 changed files
with
59 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
[gd_scene load_steps=2 format=2] | ||
[gd_scene load_steps=3 format=2] | ||
|
||
[ext_resource path="res://animation/PawnAnim.tscn" type="PackedScene" id=1] | ||
[ext_resource path="res://assets/sprites/local_map/characters/robi_pawn.png" type="Texture" id=2] | ||
|
||
[node name="RobiPawnAnim" index="0" instance=ExtResource( 1 )] | ||
|
||
[node name="Body" parent="Root" index="0"] | ||
scale = Vector2( 1, 1 ) | ||
texture = ExtResource( 2 ) | ||
offset = Vector2( 0, -171.413 ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters