deprecate old projects & reduce CI workload
This commit is contained in:
21
projects/_deprecated/godot-squash-the-creeps-3d/Player.tscn
Normal file
21
projects/_deprecated/godot-squash-the-creeps-3d/Player.tscn
Normal file
@@ -0,0 +1,21 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://art/player.glb" type="PackedScene" id=1]
|
||||
[ext_resource path="res://build/src/Player.cs" type="Script" id=2]
|
||||
|
||||
[sub_resource type="SphereShape" id=1]
|
||||
radius = 0.79911
|
||||
|
||||
[node name="Player" type="KinematicBody"]
|
||||
script = ExtResource( 2 )
|
||||
__meta__ = {
|
||||
"haxe_script": "res://scripts/Player.hx"
|
||||
}
|
||||
|
||||
[node name="Pivot" type="Spatial" parent="."]
|
||||
|
||||
[node name="Character" parent="Pivot" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.798974, 0 )
|
||||
shape = SubResource( 1 )
|
Reference in New Issue
Block a user