21:44
This commit is contained in:
16
Source/scenes/city.tscn
Normal file
16
Source/scenes/city.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/cities/city00.png" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/city.gd" type="Script" id=2]
|
||||
|
||||
[sub_resource type="CircleShape2D" id=1]
|
||||
radius = 82.2982
|
||||
|
||||
[node name="KinematicBody2D" type="KinematicBody2D"]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="sprite" type="Sprite" parent="."]
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="shape" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource( 1 )
|
||||
Reference in New Issue
Block a user