mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Updated tutorial_physics_2d (markdown)
parent
01ba1931bf
commit
29520de8fd
@ -27,7 +27,7 @@ c.set_radius(20)
|
||||
|
||||
#create a box
|
||||
var b = RectangleShape2D.new()
|
||||
b.set_half_extents(Vector3(25,20,10))
|
||||
b.set_extents(Vector2(20,10))
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user