vchelaru / FlatRedBall

Cross-platform 2D game engine focused on ultimate productivity built in .NET
http://flatredball.com
MIT License
414 stars 66 forks source link

Instances of an entity should display the variable summary for variables as set on the entity #1587

Closed vchelaru closed 1 month ago

vchelaru commented 1 month ago

This reproduced in Cthulhu:

  1. Look at the ForceFlipHorizontal variable on an entity - it has a summary
  2. Add an instance of the enemy to a screen and select th einstance
  3. Look at the ForceFlipHorizontal variable on the instance

Observe - the ForceFlipHorizontal does not show up on the instance but it does show up on the entity.

vchelaru commented 1 month ago

Fixed

image

Fixed by eb7d08eb17efc9b1fc068fe9d30fbd95d652b583