You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			723 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			723 B
		
	
	
	
		
			Plaintext
		
	
| [gd_scene load_steps=4 format=3 uid="uid://bw48w3ehhjvg7"]
 | |
| 
 | |
| [ext_resource type="PackedScene" uid="uid://vnkcr04hevna" path="res://scene/character/character.tscn" id="1_pot50"]
 | |
| [ext_resource type="Script" path="res://script/character/player/combo.gd" id="2_i44w8"]
 | |
| [ext_resource type="Script" path="res://script/character/player/player_input.gd" id="3_n07go"]
 | |
| 
 | |
| [node name="Character" instance=ExtResource("1_pot50")]
 | |
| 
 | |
| [node name="View" parent="." index="2"]
 | |
| animation = &"long_skill02"
 | |
| 
 | |
| [node name="Combo" type="Node3D" parent="." index="7"]
 | |
| unique_name_in_owner = true
 | |
| script = ExtResource("2_i44w8")
 | |
| 
 | |
| [node name="PlayerInput" type="Node3D" parent="." index="8"]
 | |
| unique_name_in_owner = true
 | |
| script = ExtResource("3_n07go")
 |