|
|
@ -1,9 +1,10 @@ |
|
|
|
[gd_scene load_steps=6 format=2] |
|
|
|
[gd_scene load_steps=7 format=2] |
|
|
|
|
|
|
|
[ext_resource path="res://scenes/player.tscn" type="PackedScene" id=1] |
|
|
|
[ext_resource path="res://scripts/heroes/1.gd" type="Script" id=2] |
|
|
|
[ext_resource path="res://assets/heroes/1_head.obj" type="ArrayMesh" id=3] |
|
|
|
[ext_resource path="res://assets/heroes/1.obj" type="ArrayMesh" id=4] |
|
|
|
[ext_resource path="res://scenes/ability_icon.tscn" type="PackedScene" id=5] |
|
|
|
|
|
|
|
[sub_resource type="CapsuleShape" id=1] |
|
|
|
|
|
|
@ -13,6 +14,7 @@ height = 0.5 |
|
|
|
[node name="RigidBody" instance=ExtResource( 1 )] |
|
|
|
|
|
|
|
script = ExtResource( 2 ) |
|
|
|
looked_at_charge_suck = 25 |
|
|
|
|
|
|
|
[node name="Body" parent="." index="0"] |
|
|
|
|
|
|
@ -28,6 +30,20 @@ mesh = ExtResource( 3 ) |
|
|
|
transform = Transform( 1, 0, 0, 0, -1.54624e-07, -0.949072, 0, 1, -1.62921e-07, 0, 0.725089, 0 ) |
|
|
|
mesh = ExtResource( 4 ) |
|
|
|
|
|
|
|
[node name="PlaceWall" parent="MasterOnly" index="3" instance=ExtResource( 5 )] |
|
|
|
|
|
|
|
anchor_left = 1.0 |
|
|
|
anchor_top = 1.0 |
|
|
|
anchor_right = 1.0 |
|
|
|
anchor_bottom = 1.0 |
|
|
|
margin_left = -93.0 |
|
|
|
margin_top = -112.0 |
|
|
|
margin_right = -63.0 |
|
|
|
margin_bottom = -82.0 |
|
|
|
cost = 15 |
|
|
|
ability_name = "Place Wall" |
|
|
|
action = "hero_1_place_wall" |
|
|
|
|
|
|
|
[node name="TPCamera" parent="." index="5"] |
|
|
|
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.17139, 0 ) |
|
|
|