First commit 🎉
This commit is contained in:
commit
43ea213f9b
728 changed files with 37080 additions and 0 deletions
27
game/characters/max_casey/character_max_casey.tscn
Normal file
27
game/characters/max_casey/character_max_casey.tscn
Normal file
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c3x0g1051m0tq"]
|
||||
|
||||
[ext_resource type="Script" path="res://game/characters/max_casey/character_max_casey.gd" id="1_dbiw3"]
|
||||
[ext_resource type="Texture2D" uid="uid://si64wbbpxfwr" path="res://assets/pixel-max.png" id="2_fc5jj"]
|
||||
|
||||
[node name="CharacterMaxCasey" type="Area2D"]
|
||||
script = ExtResource("1_dbiw3")
|
||||
popochiu_placeholder = null
|
||||
script_name = "MaxCasey"
|
||||
description = "Max Casey"
|
||||
cursor = 8
|
||||
interaction_polygon = PackedVector2Array(-10, -10, 39, -10, 42, 107, -13, 111)
|
||||
interaction_polygon_position = Vector2(-30, -39)
|
||||
|
||||
[node name="InteractionPolygon" type="CollisionPolygon2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(-30, -39)
|
||||
polygon = PackedVector2Array(-10, -10, 39, -10, 42, 107, -13, 111)
|
||||
|
||||
[node name="ScalingPolygon" type="CollisionPolygon2D" parent="."]
|
||||
polygon = PackedVector2Array(0, 0, 0, 0, 0, 0, 0, 0)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture_filter = 1
|
||||
texture = ExtResource("2_fc5jj")
|
Loading…
Add table
Add a link
Reference in a new issue